home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-04 / tool_inc.zip / MOVEFILE.INT < prev    next >
Text File  |  1989-06-02  |  312b  |  7 lines

  1. procedure copy_file(source,dest: string65);
  2.    (* copy a file from one place to another *)
  3. procedure move_file(source,dest: string65);
  4.    (* move a file from one place to another;  quickly rename if
  5.       possible, otherwise copy and delete.  touches file to make
  6.       file-date = date moved or copied *)
  7.